home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / userups.zip / USERUPS.DOC < prev    next >
Text File  |  1991-10-26  |  3KB  |  73 lines

  1. USERUPS.EXE             (c) 1991           Karl Schneider
  2.                                            S & H Engineering, Inc.
  3.                                            8505 Woodwick Ct.
  4. for:    WILDCAT 3.0+ only!                 Tampa, FL 33615
  5.                                            813-884-9661 voice
  6.                                            BBS is offline for a while.
  7.  
  8. --------------------------------------------------------------------------
  9. 10-25-91.  Added code to show 'countdown' on bbs screen while user
  10. is pausing.
  11.  
  12. vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
  13. 10-16-91.  This is a COMPLETE RE-WRITE of USERUPS!  There is a major
  14. change.  Included is a program called UPLOADER.EXE; it should be run
  15. daily (or more often is fine too--see below).
  16. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  17.  
  18. USERUPS is a standalone DOOR which sends the on-line User a list of
  19. all files uploaded by him/her.  It MUST be run from the
  20. HOME node directory of whatever node(s) it is installed in,
  21. unlike normal DOORS which generally are run from a
  22. different directory.  USERUPS must be able to read MAKEWILD.DAT
  23. and USERINFO.DAT to operate. File sharing is supported; it will
  24. run fine on any or all nodes.  The program itself, however, can
  25. be located anywhere in your DOS PATH.
  26.  
  27. While displaying the users uploads to him, the program pauses
  28. every 15 lines and waits for the user to press a key to continue.
  29. If no keypress occurs in 30 seconds, it continues on anyway until
  30. all the matching files have been found.
  31.  
  32. If the user drops carrier, the program exits and WILDCAT takes
  33. over in the normal way.  If for some reason you need to force
  34. the caller back out of the door, you can press ESC and the program
  35. will terminate, and WILDCAT will restart.  Remember, though, he
  36. may be writing down something during his 30 second pause...
  37.  
  38. Do NOT use any 'front end' programs, like DOORWAY(c), LIVECAT(c),
  39. etc...this program handles the proper COM port, determined by
  40. the WILDCAT environment variable %WCPORTID% which is set when
  41. a door is run.  You should add SET WCPORTID=n  (n is the
  42. COM port used by WC) in your AUTOEXEC.BAT.  If USERUPS cannot
  43. find this environment variable, it will abort with a message,
  44. "Cannot find COM port".
  45.  
  46. Here's a typical DOORx.BAT file:
  47.  
  48. cd\wc30
  49. copy \wc30\wcwork\node1\userinfo.dat
  50. userups 19200
  51.  
  52. No CAT.BAT is needed if you're shelling (which you should do) instead
  53. of terminating.  Change the directory paths to suit your system.
  54. Add the 19200 or whatever locked baud rate ONLY if you DO lock your
  55. DTE/DCE in Makewild.
  56.  
  57. The program UPLOADER.EXE should be run once a day or more; this
  58. will be easiest in your event(s).  What UPLOADER does is create a
  59. shortened version of your ALLFILES.DAT file called UPLOADER.DAT.
  60. This accomplishes a couple of things--eliminates the need for keeping
  61. ALLFILES.DAT open while a user is running the USERUPS door, and
  62. lets the door run faster.  Like USERUPS, UPLOADER.EXE can reside
  63. anywhere in your PATH but it must be RUN from the Wildcat home
  64. directory (\WC30 or whatever you call it).  It will work with nodes
  65. up; file sharing is supported.
  66.  
  67. If you like this program, a nominal donation will be very much appre-
  68. ciated.  For a $20 or so contribution, you will be registered to use
  69. ALL my Wildcat 3.0 utilities with support and customization with-
  70. in reason.  Thanks!
  71.  
  72. -eof-
  73.